'Declaration
Public Property Length As Integer
'Usage
Dim instance As SparseArray(Of T) Dim value As Integer instance.Length = value value = instance.Length
public int Length {get; set;}
'Declaration
Public Property Length As Integer
'Usage
Dim instance As SparseArray(Of T) Dim value As Integer instance.Length = value value = instance.Length
public int Length {get; set;}